tools/check: No need to check for ${PYTHON} existence.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 15 Jul 2009 13:53:01 +0000 (14:53 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 15 Jul 2009 13:53:01 +0000 (14:53 +0100)
commitc8d0c0aba303e8ba13b0c215ecdb68441eedaeed
treed1afd51f5bafcc1564a06e5468afcf12022a2206
parent0df83ebb364068f5657fca9fdf7a7044adfd619d
tools/check: No need to check for ${PYTHON} existence.

It must exist as otherwise the build will fail since we reference
$(PYTHON) all over the place. Furthermore the fallback of
'/usr/bin/env python' actually runs Python, it doesn't get the path to
it. So that wouldn't work very well.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/check/check_python
tools/check/check_python_devel
tools/check/check_python_xml